Uses of Class
org.eclipse.vtp.desktop.projects.core.internals.DatabaseTable

Packages that use DatabaseTable
org.eclipse.vtp.desktop.projects.core.internals   
 

Uses of DatabaseTable in org.eclipse.vtp.desktop.projects.core.internals
 

Constructors in org.eclipse.vtp.desktop.projects.core.internals with parameters of type DatabaseTable
DatabaseTableColumn(DatabaseTable table, java.lang.String name, ColumnType columnType)
          Creates a new DatabaseTableColumn in the given database table with the provided name and column type definition.